github.com/gotd/log.withLogger.attrs (field)

8 uses

	github.com/gotd/log (current package)
		with.go#L32: 	return &withLogger{l: l, attrs: append([]Attr(nil), attrs...)}
		with.go#L52: 	attrs []Attr
		with.go#L61: 	merged := append(w.attrs[:len(w.attrs):len(w.attrs)], attrs...)
		with.go#L67: 	return With(w.l, append(w.attrs[:len(w.attrs):len(w.attrs)], attrs...)...)